←Select platform

GetAddInCustomData<T>(string,string) Method

Summary

Gets the addin custom data.

Syntax

C#
VB
C++
public T GetAddInCustomData<T>( 
   string addinName, 
   string customDataName 
) 
  
Public Overloads Function GetAddInCustomData(Of T)( _ 
   ByVal addinName As String, _ 
   ByVal customDataName As String _ 
) As T 
public: 
_T^_ GetAddInCustomDatageneric<typename T> 
(  
   String^ addinName, 
   String^ customDataName 
)  

Parameters

addinName
Name of the addin.

customDataName
Name of the custom data.

Type Parameters

T
Type of custom data to return.

Return Value

The custom data stored in the configuration.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly